home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #12 / Software USA Volume 4.12.iso / pc / lifestyl / anyclock / run / aclock.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1998-09-17  |  5KB  |  271 lines

  1. object Form5: TForm5
  2.   Left = 236
  3.   Top = 35
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'AnyClock Face'
  6.   ClientHeight = 444
  7.   ClientWidth = 269
  8.   Color = 8388672
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnActivate = FormCreate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label22: TLabel
  19.     Left = 4
  20.     Top = 345
  21.     Width = 67
  22.     Height = 16
  23.     Caption = 'Corner size'
  24.     Font.Color = clWhite
  25.     Font.Height = -15
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label1: TLabel
  31.     Left = 4
  32.     Top = 310
  33.     Width = 21
  34.     Height = 16
  35.     Caption = 'Left'
  36.     Font.Color = clWhite
  37.     Font.Height = -15
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 100
  44.     Top = 310
  45.     Width = 25
  46.     Height = 16
  47.     Caption = 'Top'
  48.     Font.Color = clWhite
  49.     Font.Height = -15
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Label3: TLabel
  55.     Left = 4
  56.     Top = 414
  57.     Width = 43
  58.     Height = 16
  59.     Caption = 'TWidth'
  60.     Font.Color = clWhite
  61.     Font.Height = -15
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object Label4: TLabel
  67.     Left = 142
  68.     Top = 414
  69.     Width = 48
  70.     Height = 16
  71.     Caption = 'THeight'
  72.     Font.Color = clWhite
  73.     Font.Height = -15
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.   end
  78.   object DriveComboBox1: TDriveComboBox
  79.     Left = 5
  80.     Top = 10
  81.     Width = 257
  82.     Height = 22
  83.     DirList = DirectoryListBox1
  84.     TabOrder = 0
  85.     OnChange = DriveComboBox1Change
  86.   end
  87.   object DirectoryListBox1: TDirectoryListBox
  88.     Left = 5
  89.     Top = 39
  90.     Width = 257
  91.     Height = 74
  92.     FileList = FileListBox1
  93.     ItemHeight = 16
  94.     TabOrder = 1
  95.     OnChange = DirectoryListBox1Change
  96.     OnDblClick = DirectoryListBox1DblClick
  97.   end
  98.   object FileListBox1: TFileListBox
  99.     Left = 5
  100.     Top = 121
  101.     Width = 257
  102.     Height = 80
  103.     ItemHeight = 16
  104.     Mask = '*.bmp;*.jpg;*.jpeg'
  105.     TabOrder = 2
  106.     OnDblClick = FileListBox1DblClick
  107.   end
  108.   object RadioGroup1: TRadioGroup
  109.     Left = 5
  110.     Top = 207
  111.     Width = 100
  112.     Height = 70
  113.     Caption = 'Clock Shape'
  114.     Font.Color = clLime
  115.     Font.Height = -15
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     Items.Strings = (
  119.       'Round'
  120.       'Square'
  121.       'Both')
  122.     ParentFont = False
  123.     TabOrder = 3
  124.     OnClick = RadioGroup1Click
  125.   end
  126.   object SpinEdit32: TSpinEdit
  127.     Left = 73
  128.     Top = 345
  129.     Width = 66
  130.     Height = 26
  131.     MaxValue = 0
  132.     MinValue = 0
  133.     TabOrder = 9
  134.     Value = 99999
  135.     OnChange = SpinEdit32Change
  136.   end
  137.   object CheckBox1: TCheckBox
  138.     Left = 167
  139.     Top = 345
  140.     Width = 100
  141.     Height = 21
  142.     Caption = 'Hide taskbar'
  143.     Font.Color = clLime
  144.     Font.Height = -15
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 10
  149.     OnClick = CheckBox1Click
  150.   end
  151.   object RadioGroup2: TRadioGroup
  152.     Left = 140
  153.     Top = 207
  154.     Width = 125
  155.     Height = 70
  156.     Caption = 'Window Position'
  157.     Font.Color = clLime
  158.     Font.Height = -15
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     Items.Strings = (
  162.       'Top'
  163.       'None'
  164.       'Bottom')
  165.     ParentFont = False
  166.     TabOrder = 4
  167.     OnClick = RadioGroup2Click
  168.   end
  169.   object CheckBox2: TCheckBox
  170.     Left = 182
  171.     Top = 285
  172.     Width = 80
  173.     Height = 21
  174.     Caption = 'Moveable'
  175.     Font.Color = clLime
  176.     Font.Height = -15
  177.     Font.Name = 'MS Sans Serif'
  178.     Font.Style = []
  179.     ParentFont = False
  180.     TabOrder = 6
  181.     OnClick = CheckBox2Click
  182.   end
  183.   object SpinEdit1: TSpinEdit
  184.     Left = 32
  185.     Top = 310
  186.     Width = 58
  187.     Height = 26
  188.     MaxValue = 9999
  189.     MinValue = 8
  190.     TabOrder = 7
  191.     Value = 9999
  192.     OnChange = SpinEdit1Change
  193.   end
  194.   object SpinEdit2: TSpinEdit
  195.     Left = 126
  196.     Top = 310
  197.     Width = 58
  198.     Height = 26
  199.     MaxValue = 9999
  200.     MinValue = 8
  201.     TabOrder = 8
  202.     Value = 9999
  203.     OnChange = SpinEdit2Change
  204.   end
  205.   object Button1: TButton
  206.     Left = 5
  207.     Top = 386
  208.     Width = 223
  209.     Height = 21
  210.     Caption = 'Steal Wallpaper Background'
  211.     TabOrder = 11
  212.     OnClick = Button1Click
  213.   end
  214.   object CheckBox3: TCheckBox
  215.     Left = 236
  216.     Top = 385
  217.     Width = 21
  218.     Height = 22
  219.     Font.Color = clLime
  220.     Font.Height = -15
  221.     Font.Name = 'MS Sans Serif'
  222.     Font.Style = []
  223.     ParentFont = False
  224.     TabOrder = 12
  225.     OnClick = CheckBox3Click
  226.   end
  227.   object SpinEdit3: TSpinEdit
  228.     Left = 52
  229.     Top = 409
  230.     Width = 58
  231.     Height = 26
  232.     MaxValue = 9999
  233.     MinValue = 8
  234.     TabOrder = 13
  235.     Value = 9999
  236.     OnChange = SpinEdit3Change
  237.   end
  238.   object SpinEdit4: TSpinEdit
  239.     Left = 194
  240.     Top = 409
  241.     Width = 58
  242.     Height = 26
  243.     MaxValue = 9999
  244.     MinValue = 8
  245.     TabOrder = 14
  246.     Value = 9999
  247.     OnChange = SpinEdit4Change
  248.   end
  249.   object Panel1: TPanel
  250.     Left = 0
  251.     Top = 377
  252.     Width = 270
  253.     Height = 2
  254.     TabOrder = 15
  255.   end
  256.   object CheckBox4: TCheckBox
  257.     Left = 7
  258.     Top = 285
  259.     Width = 170
  260.     Height = 21
  261.     Caption = 'Ignore Screen Boundary'
  262.     Font.Color = clLime
  263.     Font.Height = -15
  264.     Font.Name = 'MS Sans Serif'
  265.     Font.Style = []
  266.     ParentFont = False
  267.     TabOrder = 5
  268.     OnClick = CheckBox4Click
  269.   end
  270. end
  271.